home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / temacd / outpostfirewall / OutpostProInstall.exe / {code_GetUserTempDir} / sdi / afw.inf < prev    next >
Windows Setup INFormation  |  2007-12-12  |  5KB  |  223 lines

  1. [Version] 
  2. Signature    = "$Windows NT$" 
  3. Class        = NetService
  4. ClassGUID    = {4D36E974-E325-11CE-BFC1-08002BE10318}
  5. Provider     = %AGTM% 
  6. CatalogFile  = afw.cat
  7. DriverVer=12/12/2007,1.0.232.8412
  8.  
  9. [Manufacturer] 
  10. %AGTM% = AGTM, NTx86.5.1, NTamd64.5.1, NTx86.6, NTamd64.6
  11.  
  12. ;Windows 2000
  13.  
  14. [AGTM]
  15. %AfwDescriptionFree%    =Install.W2k.Free, Afw
  16.  
  17. ;Windows XP and later
  18.  
  19. [AGTM.NTx86.5.1]
  20. %AfwDescriptionFree%    =Install.XP.I386.Free, Afw
  21.  
  22. [AGTM.NTamd64.5.1]
  23. %AfwDescriptionFree%    =Install.XP.Amd64.Free, Afw
  24.  
  25. ;Windows Vista
  26.  
  27. [AGTM.NTx86.6]
  28. %AfwDescriptionFree%    = Install.Vista.I386.Free, Afw
  29.  
  30. [AGTM.NTamd64.6]
  31. %AfwDescriptionFree%    = Install.Vista.Amd64.Free, Afw
  32.  
  33. ;
  34. [Install.W2k.Free]
  35. AddReg           = Keys.Ndi.W2k
  36. Characteristics  = 0x410
  37. NetCfgInstanceId = "{0938C7C3-6B75-4c25-887C-520699035286}"
  38. CopyFiles        = Files.W2k.Free
  39. CopyInf          = afwmp.inf 
  40.  
  41.  
  42.  
  43. ;[Install.W2k.Free.Services]
  44. ;AddService = afw,,Service.W2k
  45.  
  46. [Install.W2k.Free.Remove.Services]
  47. DelService = afw,0x200
  48.  
  49.  
  50. [Install.XP.I386.Free]
  51. AddReg           = Keys.Ndi.W2k
  52. Characteristics  = 0x410
  53. NetCfgInstanceId = "{0938C7C3-6B75-4c25-887C-520699035286}"
  54. CopyFiles        = Files.XP.I386.Free
  55. CopyInf          = afwmp.inf 
  56.  
  57. ;[Install.XP.I386.Free.Services]
  58. ;AddService = afw,,Service.W2k
  59.  
  60. [Install.XP.I386.Free.Remove.Services]
  61. DelService = afw,0x200
  62.  
  63.  
  64. [Install.XP.Amd64.Free]
  65. AddReg           = Keys.Ndi.W2k
  66. Characteristics  = 0x410
  67. NetCfgInstanceId = "{0938C7C3-6B75-4c25-887C-520699035286}"
  68. CopyFiles        = Files.XP.Amd64.Free
  69. CopyInf          = afwmp.inf 
  70.  
  71. ;[Install.XP.Amd64.Free.Services]
  72. ;AddService = afw,,Service.W2k
  73.  
  74. [Install.XP.Amd64.Free.Remove.Services]
  75. DelService = afw,0x200
  76.  
  77.  
  78.  
  79. [Install.Vista.I386.Free]
  80. AddReg           = Keys.Ndi.Vista
  81. Characteristics  = 0x40000
  82. NetCfgInstanceId = "{0938C7C3-6B75-4c25-887C-520699035286}"
  83. CopyFiles        = Files.Vista.I386.Free
  84.  
  85. [Install.Vista.I386.Free.Services]
  86. AddService = afw,,Service.Vista
  87.  
  88. [Install.Vista.I386.Free.Remove.Services]
  89. DelService = afw,0x200
  90.  
  91.  
  92. ;
  93.  
  94. [Install.Vista.Amd64.Free]
  95. AddReg           = Keys.Ndi.Vista
  96. Characteristics  = 0x40000
  97. NetCfgInstanceId = "{0938C7C3-6B75-4c25-887C-520699035286}"
  98. CopyFiles        = Files.Vista.Amd64.Free
  99.  
  100. [Install.Vista.Amd64.Free.Services]
  101. AddService = afw,,Service.Vista
  102.  
  103. [Install.Vista.Amd64.Free.Remove.Services]
  104. DelService = afw,0x200
  105.  
  106. ;
  107. ; Copy to <SystemRoot>\System32
  108. ;
  109.  
  110. [DestinationDirs]
  111. DefaultDestDir = 12
  112.  
  113.  
  114. ;
  115. ;Source Files Location
  116. ;
  117.  
  118. [SourceDisksNames]
  119. 1 = %AfwDescriptionFree%,,,
  120.  
  121. [SourceDisksFiles]
  122. ; filename_on_source = diskID[, [subdir][, size]]
  123. afwmp.inf = 1, ""
  124. afw.inf   = 1, ""
  125. afw.sys   = 1, \i386\Targets\free\w2k
  126. afw.sys   = 1, \i386\Targets\free\wxp
  127. afw.sys   = 1, \amd64\Targets\free\wnet
  128. afw.sys   = 1, \i386\Targets\free\wlh
  129. afw.sys   = 1, \amd64\Targets\free\wlh
  130.  
  131. [Files.W2k.Free]
  132. ;destination-file-name[,source-file-name][,temporary-file-name][,flag]
  133. afw.sys,\i386\Targets\free\w2k\afw.sys,,2
  134.  
  135. [Files.XP.I386.Free]
  136. afw.sys,\i386\Targets\free\wxp\afw.sys,,2
  137.  
  138. [Files.XP.Amd64.Free]
  139. afw.sys,\amd64\Targets\free\wnet\afw.sys,,2
  140.  
  141. [Files.Vista.I386.Free]
  142. afw.sys,\i386\Targets\free\wlh\afw.sys,,2
  143.  
  144.  
  145. [Files.Vista.Amd64.Free]
  146. afw.sys,\amd64\Targets\free\wlh\afw.sys,,2
  147.  
  148. ;
  149. ; Registry Keys
  150. ;
  151.  
  152. [Keys.Ndi.Vista]
  153. HKR, Ndi,Service,,"afw"
  154. HKR, Ndi,CoServices,0x00010000,"afw"
  155. HKR, Ndi,HelpText,,%AfwDescriptionFree%
  156. HKR, Ndi,FilterClass,, failover
  157. HKR, Ndi,FilterType,0x00010001,0x00000002
  158. HKR, Ndi,FilterRunType,0x00010001 ,0x00000002
  159. HKR, Ndi\Interfaces,UpperRange,,"noupper"
  160. HKR, Ndi\Interfaces,LowerRange,,"nolower"
  161. HKR, Ndi\Interfaces, FilterMediaTypes, 0,"ethernet, wan"
  162.  
  163. [Keys.Ndi.W2k]
  164. HKR, Ndi,Service,,"afw"
  165. HKR, Ndi,HelpText,,%AfwDescriptionFree%
  166. HKR, Ndi, FilterDeviceInfFile, , afwmp.inf
  167. HKR, Ndi, FilterDeviceInfId,   , AGTM_AFW_MP
  168. HKR, Ndi, FilterClass,, failover
  169. HKR, Ndi\Interfaces, UpperRange,          , noupper
  170. HKR, Ndi\Interfaces, LowerRange,          , nolower
  171. HKR, Ndi\Interfaces, FilterMediaTypes,    , "ethernet, wan"
  172.  
  173. ;
  174. ; Services
  175. ;
  176.  
  177. [Service.Vista] 
  178. DisplayName    = %AfwDescriptionFree%
  179. ServiceType    = %SERVICE_KERNEL_DRIVER% 
  180. StartType      = %SERVICE_SYSTEM_START% 
  181. ErrorControl   = %SERVICE_ERROR_NORMAL% 
  182. ServiceBinary  = %12%\afw.sys 
  183. LoadOrderGroup = NDIS
  184. Description    = %AfwDescriptionFree%
  185.  
  186. ;[Service.W2k] 
  187. ;DisplayName    = %AfwDescriptionFree%
  188. ;ServiceType    = %SERVICE_KERNEL_DRIVER% 
  189. ;StartType      = %SERVICE_SYSTEM_START% 
  190. ;ErrorControl   = %SERVICE_ERROR_NORMAL% 
  191. ;ServiceBinary  = %12%\afw.sys 
  192. ;Description    = %AfwDescriptionFree%
  193. ;LoadOrderGroup = NDIS Wrapper
  194.  
  195.  
  196. ;
  197. ; Strings
  198. ;
  199.  
  200. [Strings] 
  201.  
  202. ;Localizable Strings
  203.  
  204. AGTM                   = "Agnitum" 
  205. AfwDescriptionFree     = "Agnitum Firewall Driver" 
  206.  
  207. ;Non Localizable Strings
  208.  
  209. SERVICE_BOOT_START     = 0x0 
  210. SERVICE_SYSTEM_START   = 0x1 
  211. SERVICE_AUTO_START     = 0x2 
  212. SERVICE_DEMAND_START   = 0x3 
  213. SERVICE_DISABLED       = 0x4 
  214.  
  215. SERVICE_KERNEL_DRIVER  = 0x1 
  216. SERVICE_ERROR_IGNORE   = 0x0 
  217. SERVICE_ERROR_NORMAL   = 0x1 
  218. SERVICE_ERROR_SEVERE   = 0x2 
  219. SERVICE_ERROR_CRITICAL = 0x3 
  220.  
  221. REG_EXPAND_SZ = 0x00020000 
  222. REG_DWORD     = 0x00010001 
  223.